home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / frontend / flyEditor / flyEditor.reg < prev    next >
Encoding:
Windows Registry Data  |  1999-01-31  |  680 b   |  15 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. HKEY_CLASSES_ROOT\.fly = Fly3D.Document
  8. HKEY_CLASSES_ROOT\Fly3D.Document\shell\open\command = FLYEDITOR.EXE %1
  9. HKEY_CLASSES_ROOT\Fly3D.Document\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\Fly3D.Document\shell\open\ddeexec\application = FLYEDITOR
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\Fly3D.Document = Fly3D Document
  15.